golang.org/x/net/http2.serverConn.inGoAway (field)

6 uses

	golang.org/x/net/http2 (current package)
		server.go#L605: 	inGoAway                    bool              // we've started to or sent GOAWAY
		server.go#L1029: 		sentGoAway := sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame
		server.go#L1430: 		if !sc.inGoAway || sc.goAwayCode == ErrCodeNo {
		server.go#L1485: 	if sc.inGoAway {
		server.go#L1491: 	sc.inGoAway = true
		server.go#L1585: 	if sc.inGoAway && (sc.goAwayCode != ErrCodeNo || f.Header().StreamID > sc.maxClientStreamID) {